home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inter.Net 55-1
/
Inter.Net 55-1.iso
/
CBuilder
/
Setup
/
BCB
/
data.z
/
_nfile.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-02-09
|
313 b
|
23 lines
/* _nfile.h
Maximum number of open files
*/
/*
* C/C++ Run Time Library - Version 9.0
*
* Copyright (c) 1991, 1998 by Borland International
* All Rights Reserved.
*
*/
/* $Revision: 9.1 $ */
#ifndef ___NFILE_H
#define ___NFILE_H
#define _NFILE_ 50
#endif